home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / BUBBA03.ARJ / IBMHDRS1.TPL < prev    next >
Text File  |  1992-03-08  |  296b  |  23 lines

  1. onlinetest "on"
  2.  
  3. output @AREA
  4. if offline goto NOGO
  5.  
  6. set %prompt "execute"
  7. call PROMPT
  8. output @LISTIT
  9. if offline goto NOGO
  10.  
  11. set %prompt "KwikScan"
  12. call PROMPT
  13. log session @TEMPLOG
  14.  
  15. output "n\r"
  16. if offline goto NOGO
  17.  
  18. call MORE
  19. close session
  20. set %prompt "execute"
  21. call PROMPT
  22.  
  23.